home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / gen_bbs / mailbox.zip / MAILBOX.DOC < prev    next >
Text File  |  1993-10-01  |  5KB  |  120 lines

  1.                                                                      
  2.  
  3.                                   MAILBOX
  4.                              E-Mail For GAP BBS
  5.                       (C) Copyright 1993 by Stanley Sheff
  6.                         Support BBS: The Brainex System
  7.                                (310) 275-2344
  8.                                (310) 273-5234
  9.                  -------------------------------------------
  10.    
  11.    This program requires installation using The Brainex Door Manager.
  12.    If you have not installed this program, please download BRAINEX.ZIP
  13.    from the The Brainex System, then install the program.
  14.    
  15.    MailBox provides users an E-Mail system.  E-Mail is shown at
  16.    logon, and users can read their E-mail and reply. MailBox can also be 
  17.    run from the BBS as a regular door.
  18.  
  19.    * If you use GAP BBS, you can send "Junk Mail" to ALL users by
  20.      levels. This feature is disabled on non-GAP BBSes.
  21.    
  22.    Be sure you have the file BRAINEX.DAT dated after 9/28/93 in your
  23.    BRAINEX directory. To install this door type:
  24.  
  25.    SETUP
  26.  
  27.    MAILBOX.EXE will be copied to the BRAINEX directory.
  28.   
  29.    A BRAINEX\MAILBOX directory will be created for the storage of data
  30.    files and the MAILBOX.DOC file.
  31.  
  32.    Once you have installed the door, you must then create a a batch 
  33.    file to call the door. A batch file for a GAP BBS might look like this:
  34.  
  35.    Node 2 batch file:
  36.  
  37.    @MAILBOX NODE=2
  38.  
  39.    Use the NODE= command to indicate node number.
  40.  
  41.    Do NOT name the batch file MAILBOX.BAT, as this will cause problems
  42.    since the executable is also named MAILBOX. Name the file MAIL1.BAT
  43.    for node 1, MAIL2.BAT for node 2, etc.
  44.  
  45.    Add the following command line to your LOGON.BAT to use MailBox as a
  46.    logon door:
  47.  
  48.    MAILBOX NODE=1 LOGON
  49.  
  50.    Use the NODE= command to indicate node number.
  51.  
  52.    MailBox stores the user's mail in a user directory stored in the
  53.    BRAINEX\MAILBOX directory.  Directory names is derived from the first
  54.    5 letters of the user's last name, plus the first letter of the first
  55.    name, follwed by a special checksum number to prevent duplicate names.
  56.  
  57.    Each message is stored as a plain ASCII file. There is also an index
  58.    file to keep track of the messages.
  59.  
  60.  
  61.    GAP BBS
  62.    -------
  63.    You will also need to modify your doors menu files and the data
  64.    file that tells the BBS what your doors are and the security
  65.    level needed to access them. For GAP, these are respectively:
  66.    
  67.        DOORM
  68.        DOORMG
  69.        DOORS.DAT
  70.  
  71.    Please refer to your BBS documentation for details on 
  72.    setting up these files.
  73.  
  74.            ===================================================
  75.  
  76.    The following sysop functions are available while awaiting
  77.    keyboard input :
  78.  
  79.      F5      - Shell to DOS.
  80.      F8      - Twit user and return to BBS.
  81.     F10      - Initiate chat with user.
  82.     CF10     - Answer user MANUAL bell.
  83.     Home     - Main user stats.
  84.     End      - Displays sysop keys available.
  85.     PgDn     - Secondary user stats.
  86.     Up Arrow - Increase user's time remaining by 5 minutes.
  87.     Dn Arrow - Decrease user's time remaining by 5 minutes.
  88.  
  89.    One of the nicer features about using the TWIT key, is the user
  90.    is not told that "the sysop wants them to return to the BBS".
  91.    Instead, a very plain and simple message of "returning you to the
  92.    BBS" is displayed.  This way, the user is given no indication
  93.    that the sysop is hovering about.
  94.  
  95.    When using the F5 shell to DOS key, to return to the door
  96.    program, simply type EXIT at the DOS command prompt. It is not
  97.    necessary to change directories back to the door directory.
  98.    Manual is smart enough to know which drive and directory the
  99.    door program is in and will reset the defaults upon return from
  100.    DOS.
  101.  
  102.    The Up and Down Arrow keys increase and decrease the user's time
  103.    respectively by 5 minutes for each press of the key. There is no
  104.    indication of what is occurring (except by the fact the user's
  105.    time remaining will change), so the sysop should try not to have
  106.    a lead finger. The increase or decrease is effective only while
  107.    the user is in Manual.
  108.  
  109.    This version of MAILBOX is a DEMO.  Each user will be allowed
  110.    only 3 messages in their MailBox. Once registered, the sysop
  111.    can set the maximum message number up to 100.
  112.  
  113.    Have Fun!
  114.    Stanley Sheff
  115.    The Brainex System
  116.    ZyXEL 19.2
  117.    310-275-2344 
  118.    310-273-5234
  119.  
  120.